object FrmAbout: TFrmAbout Left = 273 Top = 256 HorzScrollBar.Visible = False VertScrollBar.Visible = False AutoScroll = False BorderIcons = [] Caption = 'About - Jackass JoeJoe'#39's Rename Master' ClientHeight = 184 ClientWidth = 297 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 8 Top = 16 Width = 33 Height = 33 Picture.Data = {} end object Label1: TLabel Left = 48 Top = 16 Width = 100 Height = 13 Caption = 'Rename Master' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False end object lblVersion: TLabel Left = 112 Top = 32 Width = 65 Height = 13 Caption = 'lblVersion' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False end object lblURL: TLabel Left = 48 Top = 64 Width = 185 Height = 14 Caption = 'http://www.joejoesoft.com' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Verdana' Font.Style = [fsBold, fsUnderline] ParentColor = False ParentFont = False Transparent = True OnClick = lblURLClick OnMouseEnter = lblURLMouseEnter OnMouseLeave = lblURLMouseLeave end object Label3: TLabel Left = 48 Top = 88 Width = 172 Height = 26 Caption = 'Got an idea for improvment or a bug to report? Click on the abov' + 'e link.' WordWrap = True end object Label4: TLabel Left = 48 Top = 32 Width = 53 Height = 13 Caption = 'Version:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False end object Button1: TButton Left = 229 Top = 147 Width = 48 Height = 25 Caption = 'Close' TabOrder = 0 OnClick = Button1Click end end